home *** CD-ROM | disk | FTP | other *** search
- -- card: 7913 from stack: in
- -- bmap block id: 9735
- -- flags: 0000
- -- background id: 2607
- -- name: *** Main Menu ***
- ----- HyperTalk script -----
- on initCard
- global onLine
- if onLine then
- if "autoWrapOn" is in SPortConfiguration() then
- set name of button id 7 to "Auto-wrap off"
- else set name of button id 7 to "Auto-wrap on"
- end if
- pass initCard
- end initCard
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=48 top=13 right=342 bottom=147
- -- title width / last selected line: 0
- -- icon id / first selected line: 902 / 902
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: General messages
- ----- HyperTalk script -----
- on doIt
- push card
- visual effect iris open fast
- go to stack "General Messages"
- end doIt
-
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=251 top=80 right=243 bottom=307
- -- title width / last selected line: 0
- -- icon id / first selected line: 27009 / 27009
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Technical
- ----- HyperTalk script -----
- on doIt
- push card
- visual effect iris open fast
- go to stack "Technical"
- end doIt
-
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=367 top=23 right=342 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 4895 / 4895
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: HyperCard
- ----- HyperTalk script -----
- on doIt
- push card
- visual effect iris open fast
- go to stack "HyperCard disc."
- end doIt
-
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=162 top=75 right=197 bottom=252
- -- title width / last selected line: 0
- -- icon id / first selected line: 32488 / 32488
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: What's cookin'
- ----- HyperTalk script -----
- on doIt
- push card
- visual effect iris open fast
- go to stack "What's cooking"
- end doIt
-
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=162 top=289 right=342 bottom=262
- -- title width / last selected line: 0
- -- icon id / first selected line: 6724 / 6724
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Logoff
- ----- HyperTalk script -----
- on doIt
- global onLine
- logoffUser
- if onLine then sendString "Toodles..." & return & return
- visual effect iris close fast
- pop card
- end doIt
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=314 top=286 right=308 bottom=447
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Auto-wrap off
- ----- HyperTalk script -----
- on doIt
- global onLine
- if onLine then
- if "autoWrapOn" is in SPortConfiguration() then
- set name of the target to "Auto-wrap on"
- configureSPort autoWrapOff
- else
- set name of the target to "Auto-wrap off"
- configureSPort autoWrapOn
- end if
- end if
- end doIt
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=4 top=302 right=338 bottom=41
- -- title width / last selected line: 0
- -- icon id / first selected line: 23078 / 23078
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ?
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris open fast
- go to "User Help"
- end mouseUp
-
-